Drop reputation and account age from curation desk rows - #1744
Conversation
The author in a row is wrapped in ProfilePopover, whose hover card already carries the reputation next to the username and the joined date, so "rep 73" and "6 y" in the byline were repeating it a second time on every row. Account age was not purely informational though: it turned amber under 30 days. That part is a review signal the hover card does not reproduce, so it stays as a compact New account chip that appears only inside that window. AuthorAgeChip becomes NewAccountChip and the three age strings collapse to one. The quick view keeps its rep, where there is no hover card to fall back on.
|
ⓘ Qodo reviews are paused because your trial has ended. Ask your workspace admin to add credits to resume reviews. Manage billing |
|
Warning Review limit reachedNext included review available in 42 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewTip of the day💡 Did you know, you can show, collapse, or hide each part of a finding: code, evidence, and all |
PR Summary by QodoSimplify curation row author metadata
AI Description
Diagram
High-Level Assessment
Files changed (3)
|
The author in a desk row is wrapped in
ProfilePopover. Its hover card already shows the reputation next to the username and the joined date, sorep 73and6 yin the byline repeated that on every row.Account age was not purely informational, though: it turned amber under 30 days, which is a review signal the hover card does not reproduce. So it stays, in the smallest form that carries the signal.
repis gone from the row byline. The quick view keeps it, since there is no hover card to fall back on there.AuthorAgeChipbecomesNewAccountChip: nothing for an established account, an amberNew accountchip under 30 days.row.age-*strings collapse into onerow.new-account.New · post #Nchip (post count) is untouched.Testing